github.com/klauspost/compress/zstd.decoderOptions.lowMem (field)
7 uses
github.com/klauspost/compress/zstd (current package)
decoder.go#L109: dec := newBlockDec(d.o.lowMem)
decoder_options.go#L19: lowMem bool
decoder_options.go#L33: lowMem: true,
decoder_options.go#L49: if o.resetOpt && b != o.lowMem {
decoder_options.go#L52: o.lowMem = b
framedec.go#L258: if !d.o.lowMem || d.history.windowSize < maxBlockSize {
framedec.go#L262: if d.o.lowMem {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |